@charset 'utf-8';
a
{
    color: #333;
}
a:hover
{
    color: #0365b2;
}
body
{
    font-size: 14px;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1491464865511'); /* IE9*/
    src: url('../fonts/iconfont.eot?t=1491464865511#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff?t=1491464865511') format('woff'), /* chrome, firefox */
    url('../fonts/iconfont.ttf?t=1491464865511') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg?t=1491464865511#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-xiazai:before
{
    content: '\e6b7';
}

.icon-sousuo:before
{
    content: '\e601';
}

.icon-dianhua:before
{
    content: '\e6c9';
}

.icon-zhuzhai:before
{
    content: '\e65c';
}

.icon-pdf:before
{
    content: '\e661';
}

/*大屏幕设备头部*/
.header
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    width: 100%;
    height: 113px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    background: #fff;
}
.header .logo
{
    height: 100%;
    padding-top: 40px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
}
.header .top
{
    width: 100%;
    height: 40px;
    padding-top: 18px;
}
.header .top .number
{
    font-size: 16px;

    color: #0095db;
}
.icon-dianhua
{
    margin-left: 5px ;

    vertical-align: middle;

    color: #21a3e0;
}
.header .top .search
{
    margin-top: -8px;
    margin-left: 7px;
}
.header .top .search form
{
    overflow: hidden;

    width: 43px;
    height: 30px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    color: #666;
    border-radius: 20px;
    background: rgba(217,217,217,0);
}
.header .top .search form.act
{
    width: 150px;

    background: rgba(217,217,217,1);
}
.header .top .search form.act input
{
    width: 100px;

    opacity: 1;
}
.header .top .search form input
{
    width: 0;
    height: 100%;
    padding-left: 15px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    opacity: 0;
}
.header .top .search .iconfont
{
    font-size: 22px;

    display: inline-block;

    margin-top: -2px;

    color: #9d9d9d;
}
.header .mainli
{
    position: relative;

    float: left;

    height: 73px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
}
.header .mainli .maina
{
    font-size: 16px;
    line-height: 73px;

    position: relative;
    z-index: 10;

    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 100%;
    padding-right: 24px;
    padding-left: 24px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
}
.header .mainli .maina::after
{
    line-height: 73px;

    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;
    padding-left: 24px;

    content: attr(data-con);
    -webkit-transition: all .5s ease-out 0s;
       -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
         -o-transition: all .5s ease-out 0s;
            transition: all .5s ease-out 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    opacity: 0;
    color: #0095db;
}
.header .mainli .maina.act::after,
.header .mainli .maina:hover::after
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    opacity: 1;
}
.header .mainli .maina.act,
.header .mainli .maina:hover
{
    color: rgba(51,51,51,0);
}
.header .mainli:last-child a
{
    padding-right: 11px;
}
.header .container
{
    position: relative;
}
.header .headermain
{
    position: relative;
    z-index: 1000;

    background: #fff;
}
.header .drop
{
    position: absolute;
    top: 113px;
    left: 0;
    left: 50%;

    width: 1200px;
    margin-left: -600px;

    -webkit-transition: all .5s ease-out 0s;
       -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
         -o-transition: all .5s ease-out 0s;
            transition: all .5s ease-out 0s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);

    background: rgba(255,255,255,.9);
}
.header .drop.act
{
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}
.header .drop1
{
    padding-top: 25px;
    padding-bottom: 30px;
}
.header .drop1 > div
{
    position: relative;
}
.header .drop1 .left
{
    width: 300px;

    text-align: center;

    color: #666;
}
.header .drop1 .left li
{
    margin-top: 35px;
}
.header .drop1 .left li:first-child
{
    margin-top: 0;
}
.header .drop1 .left li a
{
    position: relative;

    display: inline-block;
}
.header .drop1 .left li a::after
{
    position: absolute;
    top: 50%;
    left: -15px;

    width: 6px;
    height: 6px;

    content: '';
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);

    border-radius: 50%;
    background: #5aaafa;
}
.header .drop1 .left li a:hover
{
    color: #5aaafa;
}
.header .drop1 .middle
{
    width: 475px;
    padding-right: 65px;
    padding-left: 90px;
}
.header .drop1 .right
{
    width: 425px;
    padding-right: 39px;
    padding-left: 65px;
}
.header .drop1 .right img
{
    max-width: 100%;
}
.header .drop1 .middle p,
.header .drop1 .right p
{
    font-size: 12px;
    line-height: 2;

    margin-top: 14px;

    color: #666;
}
.header .drop1 .left::after,
.header .drop1 .middle::after
{
    position: absolute;
    top: 0;
    right: 0;

    width: 1px;
    height: 200px;

    content: '';

    background: #d9d9d9;
}
.header .drop1 .imgdiv
{
    overflow: hidden;
}
.header .drop1 .imgdiv img
{
    max-width: 100%;

    -webkit-transition: all .5s ease-out 0s;
       -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
         -o-transition: all .5s ease-out 0s;
            transition: all .5s ease-out 0s;
}
.header .drop1 > div:hover img
{
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
.header .drop2
{
    padding-top: 25px;
    padding-bottom: 20px;
}
.header .drop2 > ul
{
    float: left;
    overflow: hidden;

    width: 16.666666%;
    padding-left: 20px;

    border-right: 1px solid #d9d9d9;
}
.header .drop2 > ul > li a
{
    font-family: '微软雅黑';
    font-size: 12px;

    letter-spacing: .2px;

    color: #666;
}
.header .drop2 > ul > li a:hover
{
    color: #5aaafa;
}
.header .drop2 ul > li
{
    line-height: 1.83;
}
.header .drop2 > ul:last-child
{
    border-right: 0;
}
.header .drop2 h5
{
    font-weight: bold;

    margin-bottom: 14px;

    color: #666;
}
.header .drop2 ul > li ul
{
    padding-left: 15px;
}
.header .drop2 ul > li li a
{
    color: #999;
}
/*小屏幕设备头部*/
.headerm
{
    position: fixed;
    z-index: 1500;
    top: 0;
    right: 0;

    width: 100%;
    height: 75px;
    padding-right: 25px;
    padding-left: 25px;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
            transition: all .3s ease;

    background: #fff;
}
.headerm.act
{
    position: absolute;
}
.headermindex
{
    position: fixed;
}
.headerm .logodiv
{
    line-height: 70px;
}
.headerm .logodiv img
{
    width: 210px;
}
.headerm .navbtn
{
    position: relative;

    width: 27px;
    height: 27px;
    margin-top: 20px;
}
.headerm .navbtn span
{
    position: absolute;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 2px;

    -webkit-transition: opacity .25s;
            transition: opacity .25s;

    background: #0095db;
}
.headerm .navbtn::before,
.headerm .navbtn::after
{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';
    -webkit-transition: -webkit-transform .25s;
            transition:         transform .25s;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;

    background: #0095db;
}
.headerm .navbtn::before
{
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
}
.headerm .navbtn::after
{
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
}
.headerm .navbtn.act span
{
    opacity: 0;
}
.headerm .navbtn.act::before
{
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}
.headerm .navbtn.act::after
{
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}
.headerm .navdiv
{
    position: fixed;
    top: 75px;
    right: 0;

    width: 100%;
    padding-bottom: 30px;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: perspective(600px) rotateX(-90deg);
       -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
            transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: top center 0;
       -moz-transform-origin: top center 0;
        -ms-transform-origin: top center 0;
            transform-origin: top center 0;

    background-color: #4c4a4f;

    -webkit-overflow-scrolling: touch;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.headerm .navdiv.act
{
    position: absolute;

    -webkit-transform: perspective(600px) rotateY(0deg);
       -moz-transform: perspective(600px) rotateY(0deg);
        -ms-transform: perspective(600px) rotateY(0deg);
        -o-transform: perspective(600px) rotateY(0deg);
            transform: perspective(600px) rotateY(0deg);
}
.headerm .navdiv ul
{
    padding-right: 50px;
    padding-left: 50px;
}
.headerm .navdiv ul li
{
    margin-top: 20px;
}
.headerm .navdiv ul li ul
{
    display: none;

    padding-left: 30px;
}
.headerm .navdiv ul li a
{
    color: #fff;
}
.headerm .navdiv ul li a:hover
{
    color: #fff;
}
.headerm .navdiv ul li span
{
    line-height: 24px;

    vertical-align: middle;
}
.headerm .navdiv ul li span.fr
{
    font-size: 24px;

    color: #fff;
}
.headerm .navdiv ul li span.fr img:last-child
{
    display: none;
}
.headerm .navdiv ul li span.fr.act img:first-child
{
    display: none;
}
.headerm .navdiv ul li span.fr.act img:last-child
{
    display: inline;
}
.mask
{
    position: fixed;
    z-index: 990;

    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    opacity: 0;
    background: rgba(0,0,0,.7);
}
.mask.act
{
    visibility: visible;

    opacity: 1;
}
/*主页*/
.banner .smallban
{
    display: none;
}
.banner
{
    margin-top: 84px;
}
.banner img
{
    width: 100%;
    max-width: 100%;
}
@media (min-width: 992px)
{
    .banner:hover .slick-prev,
    .banner:hover .slick-next
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
}
.banner .slick-prev,
.banner .slick-next
{
    z-index: 10;

    width: 40px;
    height: 40px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-prev::before,
.slick-next::before
{
    display: none;
}
.banner .slick-prev
{
    left: 320px;

    -webkit-transform: translateX(50%) translateY(-50%);
        -ms-transform: translateX(50%) translateY(-50%);
        -ms-transform: translateX(50%) translateY(-50%);
         -o-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);

    background-image: url(../images/la.png);
}
.banner .slick-next
{
    right: 320px;

    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);

    background-image: url(../images/ra.png);
}
.banner .slick-dots
{
    bottom: 35px;
}
.banner .slick-dots li button::before
{
    display: none !important;
}
.banner .slick-dots li
{
    position: relative;

    width: 50px;
    height: 30px;
    margin-right: 12px;
    margin-left: 12px;
}
.banner .slick-dots li button
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    height: 1px;
    padding: 0;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    background: #fff;
}
.banner .slick-dots li.slick-active button
{
    height: 3px;
}
.index .lcon1
{
    padding-top: 55px;
    padding-bottom: 78px;
}
.index .lcon1 h2,
.index .lcon3 h2
{
    font-weight: bold;

    margin-bottom: 10px;

    text-align: center;

    color: #0095db;
}
.index .lcon1 .mainh5::after,
.index .lcon3 .mainh5::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 570px;
    height: 1px;

    content: '';
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

    background: #5c5c5c;
}
.index .lcon1 .mainh5 span,
.index .lcon3 .mainh5 span
{
    position: relative;
    z-index: 1;

    display: inline-block;

    padding-right: 10px;
    padding-left: 10px ;

    letter-spacing: .2px;

    background: #fff;
}
.index .lcon1 .mainh5,
.index .lcon3 .mainh5
{
    position: relative;

    text-align: center;

    color: #666;
}
.delta
{
    display: block;

    margin: auto;
    margin-top: 12px;
}
.st0
{
    fill: #7dc2e2;
}
.st1
{
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    fill: #fff;
    stroke: #0095db;
}
.index .lcon1 ul
{
    margin-top: 34px;
}
.index .lcon1 li
{
    position: relative;

    float: left;

    width: 25%;
    padding-top: 18px;
    padding-right: 75px;
    padding-bottom: 14px;
    padding-left: 75px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    text-align: center;

    border: 1px solid transparent;
}
.index .lcon1 li::after
{
    position: absolute;
    bottom: -6px;
    left: 50%;

    width: 101%;
    height: 5px;

    content: '';
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.index .lcon1 li .imgdiv
{
    position: relative;
}
.index .lcon1 li:nth-child(odd)::after
{
    background: #0095db;
}
.index .lcon1 li:nth-child(even)::after
{
    background: #ccc;
}
.index .lcon1 li h5
{
    margin-top: 15px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    color: #666;
}
.index .lcon1 li svg
{
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
}
.index .lcon1 li .arrow
{
    position: relative;

    width: 50px;
    height: 1px;
    margin: auto;
    margin-top: 25px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    background: #999;
}
.index .lcon1 li .arrow::before,
.index .lcon1 li .arrow::after
{
    position: absolute;
    top: 0;
    right: 0;

    width: 5px;
    height: 1px;

    content: '';
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    -webkit-transform-origin: center right;
       -moz-transform-origin: center right;
        -ms-transform-origin: center right;
         -o-transform-origin: center right;
            transform-origin: center right;

    background: #999;
}
.index .lcon1 li img
{
    position: absolute;
    top: 47%;
    left: 47%;

    max-width: 100%;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.index .lcon1 li img:last-of-type
{
    opacity: 0;
}
@media (min-width: 992px)
{
    .index .lcon1 li:hover .st1
    {
        fill: #168bcb;
    }
    .index .lcon1 li:hover img:first-of-type
    {
        opacity: 0;
    }
    .index .lcon1 li:hover img:last-of-type
    {
        opacity: 1;
    }
    .index .lcon1 li:hover h5
    {
        color: #0095db;
    }
    .index .lcon1 li:hover .arrow
    {
        background: #0095db;
    }
    .index .lcon1 li:hover .arrow::after
    {
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);

        background: #0095db;
    }
    .index .lcon1 li:hover .arrow::before
    {
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);

        background: #0095db;
    }
    .index .lcon1 li:nth-child(odd):hover
    {
        border-color: #0095db;
    }
    .index .lcon1 li:nth-child(even):hover
    {
        border-color: #ccc;
    }
}
.index .lcon2
{
    position: relative;

    height: 698px;
    padding-top: 55px;

    background: url(../images/bg.jpg) top center;
    background-size: cover;
}
.index .lcon2 .more {
    margin-top: 40px;
    border-color: #fff;
    color: #fff;
}
.index .lcon2 .more::after {
    background: #fff;
}
.index .lcon2 .more:hover span{
    color: #48b0e1;
}
.index .lcon2 h2
{
    font-weight: bold;

    text-align: center;

    color: #fff;
}
.index .lcon2 .mainh5
{
    margin-top: 10px;

    text-align: center;

    color: #fff;
}
.index .lcon2 .caseslick
{
    width: 505px;
    height: 180px;
    margin: auto;
    margin-top: -45px;
}
.index .lcon2 .item
{
    -webkit-transition: padding .3s ease-out 0s;
       -moz-transition: padding .3s ease-out 0s;
        -ms-transition: padding .3s ease-out 0s;
         -o-transition: padding .3s ease-out 0s;
            transition: padding .3s ease-out 0s;
}
.index .lcon2 .item .con
{
    width: 74px;
    height: 74px;
    margin: auto;
    padding-top: 10px ;

    text-align: center;

    border-radius: 50%;
    background: #fff;
}
.index .lcon2 .item .con h5
{
    margin-top: 5px;

    color: #0095db;
}
.index .lcon2 .item.act1
{
    padding-top: 60px;
}
.index .lcon2 .slick-center
{
    padding-top: 90px;
}
.slidebox
{
    position: relative;
}
.ind_box .row2 .hd
{
    position: relative;

    overflow: hidden;

    height: 220px;
    margin-top: -58px;
}
.ind_box .row2 .nav,
.ind_box .row2 .nav ul
{
    position: absolute;
    z-index: 9;
    left: 50%;

    width: 540px;
    height: 540px;
    margin-left: -270px;
}
.ind_box .row2 .nav
{
    bottom: 82px;

    width: 540px;
    height: 540px;
}
.ind_box .row2 .nav ul
{
    top: 0;
    bottom: 0;

    -webkit-transition: all .5s ease-out;
       -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
         -o-transition: all .5s ease-out;
            transition: all .5s ease-out;
}
.ind_box .row2 .nav li
{
    position: absolute;
    top: 0;
    left: 0;

    width: 74px;
    height: 74px;

    cursor: pointer;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

    border-radius: 50%;
}
.row2 .nav li span
{
    display: block;

    width: 100%;
    height: 100%;
    padding-top: 12px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    text-align: center;

    color: #0095db;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.row2 .nav li span h5
{
    position: relative;
    left: 50%;

    width: 120%;
    margin-top: 6px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.row2 .nav li.current span
{
    padding-top: 20px;

    border: 3px solid #fff;
    background: #0095db;
}
.row2 .nav li img:last-of-type
{
    display: none;
}
.row2 .nav li.current img:first-of-type
{
    display: none;
}
.row2 .nav li.current img:last-of-type
{
    display: inline;
}
.row2 .nav li.current span h5
{
    font-size: 20px;

    margin-top: 47px;

    color: #fff;
}
.ind_box .row2 .nav li .txt
{
    display: none;
}
.ind_box .row2 .bd
{
    margin-top: 50px;
    margin-right: -10px;
    margin-left: -10px;
}

.index .lcon2 .bd .itemdiv
{
    float: left;

    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
}
.index .lcon2 .bd .gdiv
{
    position: relative;

    overflow: hidden;
}
.index .lcon2 .bd .gdiv img
{
    -webkit-transition: all .5s ease-out 0s;
       -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
         -o-transition: all .5s ease-out 0s;
            transition: all .5s ease-out 0s;
            width: 100%;
}
.index .lcon2 .bd .gdiv:hover img
{
    -webkit-transform: scale(1.3);
       -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
         -o-transform: scale(1.3);
            transform: scale(1.3);
}
.index .lcon2 .bd .gdiv .con
{
    position: absolute;
    z-index: 5;
    bottom: -60px;
    left: 0;

    width: 100%;
    height: 100px;
    padding-top: 13px;
    padding-right: 20px;
    padding-left: 20px;

    -webkit-transition: all .5s ease-out 0s;
       -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
         -o-transition: all .5s ease-out 0s;
            transition: all .5s ease-out 0s;

    background: rgba(0,0,0,.65);
}
.index .lcon2 .bd .gdiv .con h5
{
    font-size: 16px;

    position: relative;

    margin-bottom: 10px;
}
.index .lcon2 .bd .gdiv .con h5 i
{
    font-style: normal;

    position: relative;
    top: 0;
    left: 50%;

    display: inline-block;

    -webkit-transition: all .5s ease-out 0s;
       -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
         -o-transition: all .5s ease-out 0s;
            transition: all .5s ease-out 0s;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);

    color: #fff;
}
.index .lcon2 .bd .gdiv:hover .con
{
    bottom: 0;
}
.index .lcon2 .bd .gdiv:hover .con h5 i
{
    left: 0;

    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);

    color: #48b0e1;
}
.index .lcon2 .bd .gdiv .con p
{
    line-height: 2;

    color: #fff;
}
.index .lcon3
{
    padding-top: 45px;
    padding-bottom: 83px;

    background: url(../images/bg2.jpg) no-repeat bottom center;
}
.index .lcon3 .newslick
{
    margin-top: 33px;
    margin-right: -15px;
    margin-left: -15px;
}
.index .lcon3 .newslick .slick-prev,
.index .lcon3 .newslick .slick-next{
    width: 40px;
    height: 41px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1001;
}
.index .lcon3 .newslick .slick-prev{
    left: -40px;
    top:215px;
    background-image: url(../images/00_arrowl.png);
}
.index .lcon3 .newslick .slick-next{
    right: -40px;
    top:215px;
    background-image: url(../images/00_arrowr.png);
}
.index .lcon3 .newslick .slick-dots {
    bottom: -20px;
    left: 0;
}
.index .lcon3 .newslick .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #48b0e1;
    margin: 0 8px;
}
.index .lcon3 .newslick .slick-dots li.slick-active {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.ind_box .row2 .bd h4
{
    font-size: 26px;

    margin-bottom: 20px;

    color: #fcb455;
}
.ind_box .row2 .bd p
{
    line-height: 20px;

    color: #fff;
}
.index .lcon3 .item
{
    padding-top: 18px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.index .lcon3 .item img
{
    max-width: 100%;

    -webkit-transition: all .6s ease-out 0s;
       -moz-transition: all .6s ease-out 0s;
        -ms-transition: all .6s ease-out 0s;
         -o-transition: all .6s ease-out 0s;
            transition: all .6s ease-out 0s;
            width: 100%;
}
.index .lcon3 .item .content
{
    position: relative;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
}
.index .lcon3 .item .time
{
    position: absolute;
    z-index: 2;
    top: -18px;
    left: 20px;

    height: 90px;
    padding-top: 25px;
    padding-right: 12px;
    padding-left: 12px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    color: #fcfcfc;
    border-radius: 5px;
    background: #6e777e;
}
.index .lcon3 .item .time .big
{
    font-size: 30px;

    margin-bottom: 10px;
}
.index .lcon3 .item span
{
    display: block;

    text-align: right;
}
.index .lcon3 .item .con
{
    height: 150px;
    padding-top: 18px;
    padding-right: 26px;
    padding-left: 17px;

    background: #f5f5f5;
}
.index .lcon3 .item .con h5
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    margin-bottom: 16px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    white-space: nowrap;
    letter-spacing: .4px;
    text-overflow: ellipsis;
}
.index .lcon3 .item .con p
{
    line-height: 1.71;

    max-height: 69px;

    letter-spacing: .8px;

    color: #666;
    overflow: hidden;
}
.index .lcon3 .item .con p a,
.index .lcon3 .item .con p:hover a{
    color: #666;
}
.index .lcon3 .item .content .imgdiv
{
    overflow: hidden;
}
.index .lcon3 .item .content:hover
{
    box-shadow: 5px 5px 13px rgba(170,170,170,.75);
}
.index .lcon3 .item .content:hover img
{
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}
.index .lcon3 .item .content:hover .time
{
    background: #48b0e1;
}
.index .lcon3 .item .content:hover .con h5 a
{
    color: #48b0e1;
}
.index .lcon3 .item p:hover a
{
    color: #48b0e1;
}
.more
{
    line-height: 40px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 260px;
    height: 40px;
    margin: auto;
    margin-top: 60px;

    text-align: center;

    color: #666;
    border: 1px solid #48b0e1;
    border-radius: 30px;
}
.more span
{
    position: relative;
    z-index: 2;

    -webkit-transition: all .5s ease-out 0s;
       -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
         -o-transition: all .5s ease-out 0s;
            transition: all .5s ease-out 0s;

    border-radius: 30px;
}
.more::after
{
    position: absolute;
    top: 0;
    left: -5px;

    width: 0;
    height: 100%;

    content: '';
    -webkit-transition: all .5s ease-out 0s;
       -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
         -o-transition: all .5s ease-out 0s;
            transition: all .5s ease-out 0s;

    border-radius: 30px;
    background: #48b0e1;
}
.more:hover::after
{
    width: 105%;
}
.more:hover span
{
    color: #fff;
}
.index .lcon4
{
    padding-top: 30px;
    padding-bottom: 30px;
}
.index .lcon4 li
{
    float: left;

    width: 25%;

    text-align: center;
}
.index .lcon4 li:first-child img
{
    width: 54px;
}
.index .lcon4 li:nth-child(2) img
{
    width: 41px;
}
.index .lcon4 li:nth-child(3) img
{
    width: 58px;
    padding-top: 7px;
    padding-bottom: 9px;
}
.index .lcon4 li:nth-child(4) img
{
    width: 53px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.index .lcon4 li img
{
    margin-bottom: 12px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
}
.index .lcon4 li:hover img
{
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
}
.index .lcon4 li p
{
    line-height: 2;

    text-align: center;
}
.footer
{
    padding-top: 73px;

    color: #fff;
    background: #8f989f;
}
.footer > .container
{
    padding-bottom: 58px;
}
.footer .item
{
    float: left;
}
.footer .item:first-child
{
    padding-right: 88px;
}
.footer .item:nth-child(2)
{
    padding-right: 88px;
}
.footer .item:nth-child(3)
{
    padding-right: 112px;
}
.footer .item:nth-child(4)
{
    padding-right: 109px;
}
.footer .item:nth-child(5)
{
    padding-right: 110px;
}
.footer .item:nth-child(7)
{
    float: right;
}
.footer .item:nth-child(7) img
{
    width: 140px;
}
.footer .item:nth-child(7) h5
{
    line-height: 2.14;

    margin-top: 15px;

    text-align: center;

    color: #fff;
}
.footer .item li
{
    line-height: 2.14;
}
.footer .item h4
{
    font-weight: bold;

    margin-bottom: 15px;
}
.footer a
{
    color: #fff;
}
.footer a:hover
{
    color: #0095db;
}
.footer .copyright
{
    padding-top: 28px;
    padding-bottom: 28px;

    letter-spacing: .2px;

    background: #6e777e;
}
.footer .copyright .container p{
    float: left;
}
/*联系我们*/
.contact .content
{
    padding-top: 47px;
    padding-bottom: 50px;
}
.contact .content #map
{
    height: 390px;
}
.contact .content li
{
    position: relative;

    margin-top: 27px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    border-top: 1px solid #ccc;
}
.contact .content .imgdiv
{
    font-size: 24px;

    width: 205px;
    padding-top: 40px;
    padding-left: 30px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    color: #003;
}
.contact .content .imgdiv span
{
    margin-left: 28px;
}
.contact .content .imgdiv img
{
    width: 25px;
}
.contact .content .imgdiv img:last-of-type
{
    display: none;
}
.contact .content li:hover .imgdiv img:first-of-type
{
    display: none;
}
.contact .content li:hover .imgdiv img:last-of-type
{
    display: inline;
}
.contact .content li:hover .imgdiv
{
    color: #0095db;
}
.contact .content li:hover,
.contact .content li:hover .con
{
    border-color: #0095db;
}
.contact .content .con
{
    width:         calc(100% - 205px);
    width: -webkit-calc(100% - 205px);
    padding-top: 28px;
    padding-bottom: 40px;
    padding-left: 60px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    border-left: 1px solid #ccc;
}
.contact .content .con p
{
    line-height: 2.57;

    color: #666;
}
.contact .content .con p a
{
    color: #666;
}
.contact .content .con p a:hover
{
    color: #0095db;
}
/*新闻详情*/
.news .content
{
    padding-top: 55px;
    padding-right: 30px;
    padding-bottom: 78px;
    padding-left: 30px;
}
.subtitle
{
    margin-top: 30px;
    margin-bottom: 32px;

    text-align: center;
}
.subtitle .group
{
    margin-right: 18px;
    margin-left: 18px;

    color: #999;
}
.subtitle .group .conspan
{
    color: #333;
}
.news .content h3
{
    line-height: 1.5;

    text-align: center;
}
.news .content p
{
    line-height: 2.14;

    text-align: justify;
    text-indent: 23px;
    letter-spacing: .2px;

    color: #666;
}
.news .content p img
{
    max-width: 100%;
}
.news .bdshare-button-style0-16
{
    margin-top: 55px;
    margin-bottom: 69px;

    text-align: center;
}
.news .bdshare-button-style0-16 a,
.news .bdshare-button-style0-16 .bds_more
{
    display: inline-block;
    float: none;

    width: 50px;
    height: 50px;
    margin: auto;
    margin-right: 22px;
    margin-left: 22px;
    padding: 0;

    background-position: center;
}
.news .bdshare-button-style0-16 .bds_tsina
{
    background-image: url(../images/d1.png);
    background-size: 50px 50px;
}
.news .bdshare-button-style0-16 .bds_weixin
{
    background-image: url(../images/d2.png);
    background-size: 50px 50px;
}
.news .bdsharebuttonbox .bds_mshare
{
    background-image: url(../images/d3.png);
    background-size: 50px 50px;
}
.news .content .link a
{
    display: inline-block;
    overflow: hidden;

    padding-bottom: 2px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
    border-bottom: 1px solid #949494;
}
.news .content .link div
{
    overflow: hidden;

    width: 50%;
}
.news .content .link div:first-of-type
{
    padding-right: 60px;
}
.news .content .link div:last-of-type
{
    padding-left: 134px;
}
#bdshare_weixin_qrcode_dialog
{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}
/*新闻列表*/
.newslist .content
{
    padding-bottom: 62px;
}
.newslist .content .list li
{
    margin-top: 25px;
    padding-top: 35px;
    padding-right: 30px;
    padding-bottom: 22px;
    padding-left: 30px;

    border-left: 5px solid #c0c0c0;
    background: #f5f5f5;
}
.newslist .content .list li,
.newslist .content .list li h4,
.newslist .content .list li h5
{
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
}

.newslist .content .list li h5
{
    margin-top: 15px;
    margin-bottom: 15px;
}
.newslist .content .list li h5 a
{
    color: #999;
}
.newslist .content .list li p
{
    line-height: 1.4;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.newslist .content .list li p a
{
    color: #848484;
}
.newslist .content .list li .more
{
    font-size: 12px;
    line-height: 33px;

    display: block;

    width: 129px;
    height: 33px;
    margin-top: 20px;
    margin-left: 0;

    text-align: center;

    color: #666;
    border: 1px solid #0095db;
    border-radius: 15px;
}
.newslist .content .list li .more img
{
    position: relative;
    z-index: 2;

    margin-left: 13px;
}
.newslist .content .list li .more img:last-of-type
{
    display: none;
}
.newslist .content .list li .more:hover img:first-of-type
{
    display: none;
}
.newslist .content .list li .more:hover img:last-of-type
{
    display: inline;
}
.newslist .content .list li:hover
{
    border-color: #0095db;
}
.newslist .content .list li:hover h4 a,
.newslist .content .list li:hover h5 a
{
    color: #0095db;
}
.newslist .content .paging
{
    margin-top: 50px;
}
.paging li
{
    line-height: 32px;

    display: inline-block;

    width: 34px;
    height: 34px;
    margin-right: 12px;
    margin-left: 12px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    text-align: center;

    border: 1px solid transparent;
    border-radius: 50%;
}
.paging li img:last-of-type
{
    display: none;
}
.paging li:hover,
.paging li.activepage
{
    color: #0095db;
    border-color: #0095db;
}
.paging li:hover img:first-of-type
{
    display: none;
}
.paging li:hover img:last-of-type
{
    display: inline;
}
/*资料下载*/
.down .content
{
    padding-bottom: 30px;
}
.down .list li
{
    position: relative;

    height: 128px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    border: 1px solid #e9e9e9;
}
.down .list li::after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 3px;
    height: 100%;

    -webkit-transition: all .5s ease-out 0s;
       -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
         -o-transition: all .5s ease-out 0s;
            transition: all .5s ease-out 0s;

    opacity: 0;
    background: #0095db;
}
.down .list li .left
{
    position: relative;

    width: 125px;
    height: 100%;

    text-align: center;

    color: #ccc;
    border-right: 1px solid #e9e9e9;
}
.down .list li .left span
{
    font-size: 55px;

    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.down .list li .right
{
    width:         calc(100% - 125px);
    width: -webkit-calc(100% - 125px);
    height: 100%;
    padding-top: 22px;
    padding-right: 37px;
    padding-left: 35px;
}
.down .list li .right .con
{
    width:         calc(100% - 105px);
    width: -webkit-calc(100% - 105px);
}
.down .list li,
.down .list li span,
.down .list li .left,
.down .list li .right p,
.down .list li .right h4
{
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
}
.down .list li .right p
{
    overflow: hidden;

    margin-top: 14px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
.down .list li .right .more
{
    font-size: 12px;
    line-height: 24px;

    max-width: 103px;
    height: 26px;
    margin-top: 20px;
    margin-left: 0;

    color: #666;
}
.down .list li .more .iconfont
{
    margin-right: 8px;
}
.down .paging
{
    margin-top: 30px;
}
.down .list li:hover::after
{
    opacity: 1;
}
.down .list li:hover h4,
.down .list li:hover p,
.down .list li:hover .left span
{
    color: #0095db;
}
.down .list li:hover .left
{
    border-color: #0095db;
}
/*工程案例详情*/
.case .content
{
    padding-top: 45px;
    padding-right: 40px;
    padding-bottom: 55px;
    padding-left: 40px;
}
.case .content h3
{
    font-size: 22px;
    line-height: 1.4;

    text-align: center;

    color: #666;
}
.case .content h4
{
    font-size: 16px;

    margin-top: 18px;
    margin-bottom: 22px;

    text-align: center;

    color: #666;
}
.case .content h4 img
{
    width: 15px;
}
.case p img
{
    display: block;

    max-width: 100%;
    margin: auto;
}
.case p
{
    font-size: 16px;
    line-height: 1.875;

    text-align: justify;
    /*text-indent: 30px;*/
    letter-spacing: .3px;

    color: #666;
}
/*常见问题*/
.pro .content
{
    padding-bottom: 40px;
}
.pro .content .list
{
    margin-top: 26px;

    border-top: 1px solid #ccc;
}
.pro .content .list li
{
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 26px;

    border: 1px solid #ccc;
    border-top: none;
}
.pro .content .left
{
    font-size: 30px;

    width: 70px;
    padding-left: 27px;

    color: #0095db;
}
.pro .content .right
{
    width:         calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
}
.pro .content h4
{
    font-size: 16px;

    margin-bottom: 8px;
    padding-bottom: 15px;

    border-bottom: 1px solid #ececec;
}
.pro .content p
{
    line-height: 2.14;

    color: #666;
}
.pro .content .paging
{
    margin-top: 42px;
}
/*服务支持*/
.ser .content img
{
    max-width: 100%;
}
.ser .lcon1
{
    padding-top: 50px;

    text-align: center;
}
.ser .lcon1 h3,
.ser .lcon3 h3,
.ser .lcon5 h3
{
    margin-bottom: 13px;

    text-align: center;
}
.ser .lcon1 .wrapper h5
{
    margin-top: 10px;
}
.ser .lcon1 h5,
.ser .lcon3 h5,
.ser .lcon5 h5,
.ser .lcon1 .wrapper h2
{
    text-align: center;

    color: #0095db;
}
.ser .lcon1 .wrapper
{
    margin-top: 26px;
    padding-top: 60px;
    padding-right: 123px;
    padding-bottom: 53px;
    padding-left: 123px;

    background: #f4f4f4;
}
.ser .lcon1 .wrapper h2
{
    margin-bottom: 36px;
}
.ser .lcon1 .wrapper p
{
    line-height: 1.71;

    letter-spacing: .5px;

    color: #999;
}
.ser .lcon2 .imgdiv
{
    width: 262px;
    padding-top: 16px;

    text-align: center;
}
.ser .lcon2 .item
{
    margin-top: 85px;
}
.ser .lcon2 .item1 .imgdiv img
{
    width: 127px;
}
.ser .lcon2 .item2 .imgdiv img
{
    width: 110px;
}
.ser .lcon2 .item3 .imgdiv img
{
    width: 122px;
}
.ser .lcon2 .con
{
    width:         calc(100% - 262px);
    width: -webkit-calc(100% - 262px);
    max-width: 560px;
}
.ser .lcon3 .ph
{
    max-width: 590px;
    margin: auto;
}
.ser .lcon2 .con p,
.ser .lcon3 .ph p
{
    line-height: 2;

    margin-top: 22px;

    letter-spacing: 1px;

    color: #999;
}
.ser .lcon3 .ph p
{
    letter-spacing: .5px;
}
.ser .lcon2 .item2 .con
{
    text-align: right;
}
.ser .lcon3
{
    padding-top: 90px;

    text-align: center;
}
.ser .lcon3 img
{
    margin-top: 55px;
}
.ser .lcon3 .hidden-xs li
{
    float: left;

    width: 20%;
    margin-top: 16px;
}
.ser .lcon3 .hidden-xs li:first-child
{
    padding-left: 10px;

    text-align: left;
}
.ser .lcon3 .hidden-xs li:nth-child(2)
{
    padding-left: 30px;

    text-align: left;
}
.ser .lcon3 .hidden-xs li:nth-child(4)
{
    padding-right: 25px;

    text-align: right;
}
.ser .lcon3 .hidden-xs li:nth-child(5)
{
    padding-right: 15px;

    text-align: right;
}
.ser .lcon3 .slick1
{
    margin-top: 30px;
    margin-bottom: 40px;
}
.ser .lcon3 .slick1 .item .index
{
    line-height: 34px;

    width: 34px;
    height: 34px;
    margin: auto;
    margin-bottom: 30px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #0b6fbc;
}
.ser .slick-dots
{
    bottom: -40px;
}
.ser .slick-dots li
{
    width: 10px;
    height: 10px;

    border-radius: 50%;
    background: #ccc;
}
.ser .slick-dots li.slick-active
{
    background: #0b6fbc;
}
.ser .slick-dots li button
{
    display: none;
}
.ser .lcon3 .ph
{
    margin-top: 60px;
}
.ser .lcon3 .ph img
{
    width: 103px;
    margin-top: 0;
    margin-bottom: 50px;
}
.ser .lcon3 .ph p
{
    margin-top: 32px;
}
.ser .lcon5
{
    padding-top: 90px;
    padding-bottom: 216px;
}
.ser .lcon5 .flow
{
    position: relative;

    margin-top: 60px;
}
.ser .lcon5 .con
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 623px;
    height: 100%;

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);

    color: #fff;
}
.ser .lcon5 .con ul
{
    height: 100%;
}
.ser .lcon5 .mCSB_scrollTools
{
    right: -10px;
}
.ser .lcon5 .con li
{
    position: relative;

    float: left;

    width: 50px;
    height: 100%;
    margin-right: 7px;
    padding-top: 94px;

    cursor: pointer;
}
.ser .lcon5 .con li h5
{
    width: 14px;
    margin: auto;

    color: #fff;
}
.ser .lcon5 .con li:last-child
{
    margin-right: 0;
}
.ser .lcon5 .con li .pop
{
    position: absolute;
    top: 270px;
    left: 45%;

    visibility: hidden;
    overflow: hidden;

    width: 245px;
    height: 140px;
    padding-top: 35px;
    padding-bottom: 25px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);

    opacity: 0;
    background: url(../images/t7.png) no-repeat center;
}
.ser .lcon5 .con li .pop .cus
{
    position: relative;

    overflow-x: visible;
    overflow-y: hidden;

    height: 100%;
    padding-right: 25px;
    padding-left: 25px;
}
.ser .lcon5 .con li .pop .mCustomScrollBox
{
    overflow: visible;
}
.ser .lcon5 .con li .pop p
{
    line-height: 1.85;

    text-align: center;

    color: #666;
}
.ser .lcon5 .con li:hover .pop
{
    visibility: visible;

    opacity: 1;
}
.ser .lcon5 .slick2
{
    text-align: center;
}
.ser .lcon5 .slick2 h4
{
    font-weight: bold;

    margin-bottom: 20px;
}
/*快速报价*/
.offer .content
{
    padding-top: 35px;
    padding-bottom: 55px;
    padding-left: 20px;
}
.offer form
{
    margin-top: 5px;
}
.offer .l
{
    padding-right: 5px;
}
.offer .r
{
    padding-left: 5px;
}
.offer .group
{
    position: relative;

    margin-top: 12px;
}
.offer label,
.offer .group span
{
    position: absolute;
    top: 50%;
    left: 20px;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #666;
}
.offer .group span
{
    right: 23px;
    left: auto;
}
.offer input
{
    font-size: 14px;

    width: 100%;
    height: 45px;
    padding-right: 35px;
    padding-left: 90px;

    color: #666;
    background: #ededed;
}
.offer .group textarea
{
    width: 100%;
    height: 143px;
    padding-top: 45px;
    padding-left: 20px;

    resize: none;

    color: #666;
    background: #ededed;
}
.offer label#tlabel
{
    font-size: 16px;

    top: 20px;

    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
}
.offer .examg
{
    display: inline-block;

    width: 50%;
}
.offer .examg + span
{
    margin-left: 10px;

    vertical-align: middle;
    letter-spacing: .5px;

    color: #666;
}
.offer .examg + span img
{
    margin-right: 6px;
    margin-bottom: 4px;
}
.offer .examg span
{
    right: 6px;
}
.offer .select
{
    padding-top: 24px;
    padding-bottom: 14px;
    padding-left: 20px;
}
.offer .select i
{
    font-size: 14px;

    vertical-align: middle;
}
.offer .select .s1 > div,
.offer .select .s2 > div
{
    font-size: 0;

    display: inline-block;
}
.offer .select .icheckbox_square-blue
{
    margin-right: 10px;
    margin-left: 22px;
}
.offer .select .icheckbox_square-blue:first-of-type,
.offer .select .iradio_flat-blue:first-of-type
{
    margin-left: 30px;
}
.offer .select .iradio_flat-blue
{
    margin-right: 10px;
    margin-left: 22px;
}
.offer .select label
{
    font-size: 16px;

    vertical-align: middle;
}
.offer .s2
{
    margin-top: 34px;
}
.offer .select label
{
    position: relative;
    top: auto;
    left: auto;

    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
}
.offer i
{
    font-style: normal;
}
.offer button
{
    font-size: 18px;
    line-height: 44px;

    display: block;

    width: 287px;
    height: 44px;
    margin-top: 23px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    text-align: center;

    color: #fff;
    border: 1px solid transparent;
    border-radius: 20px;
    background: #0095db;
}
.offer button:hover
{
    color: #0095db;
    border-color: #0095db;
    background: #fff;
}
/*媒体查询*/
@media (max-width: 1230px)
{
    .header .drop
    {
        width: 1140px;
        margin-left: -570px;
    }
    .header .drop1 .middle
    {
        width: 408px;
        padding-right: 40px;
        padding-left: 40px;
    }
    .header .drop1 .right
    {
        padding-left: 45px;
    }
}
@media (max-width: 1199px)
{
    .banner .slick-prev
    {
        left: 15px;
    }
    .banner .slick-next
    {
        right: 15px;
    }
    .index .lcon1 li
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    .header .drop
    {
        width: 940px;
        margin-left: -470px;
    }
    .header .drop1 .left
    {
        width: 150px;
    }
    .header .drop1 .middle
    {
        width: 380px;
        padding-right: 40px;
        padding-left: 40px;
    }
    .header .drop1 .right
    {
        width: 405px;
        padding-left: 40px;
    }
    .footer .item:first-child
    {
        padding-right: 52px;
    }
    .footer .item:nth-child(2)
    {
        padding-right: 52px;
    }
    .footer .item:nth-child(3)
    {
        padding-right: 52px;
    }
    .footer .item:nth-child(4)
    {
        padding-right: 52px;
    }
    .footer .item:nth-child(5)
    {
        padding-right: 52px;
    }
    .ser .lcon3 .hidden-xs li:first-child
    {
        padding-left: 25px;
    }
    .ser .lcon3 .hidden-xs li:nth-child(5)
    {
        padding-right: 35px;
    }
    .ser .lcon3 .hidden-xs img
    {
        width: 500px;
    }
    .ser .lcon1 .wrapper
    {
        padding-right: 60px;
        padding-left: 60px;
    }
    .ser .lcon2 .imgdiv
    {
        width: 210px;
    }
    .ser .lcon2 .con
    {
        width:         calc(100% - 210px);
        width: -webkit-calc(100% - 210px);
    }
    .ser .lcon5
    {
        padding-bottom: 183px;
    }
    .ser .lcon5 .con
    {
        left: 52%;

        width: 458px;
    }
    .ser .lcon5 .con li
    {
        width: 37px;
        margin-right: 5px;
        padding-top: 60px;
    }
    .ser .lcon5 .con li .pop
    {
        top: 200px;
    }
    .offer .content
    {
        padding-left: 0;
    }
    .offer .select .icheckbox_square-blue,
    .offer .select .iradio_flat-blue,
    .offer .select label
    {
        margin-top: 10px;
    }
    .offer .select i
    {
        display: inline-block;

        margin-bottom: 3px;

        vertical-align: bottom;
    }
}
@media (max-width: 991px)
{
    .banner
    {
        margin-top: 75px;
    }
    .banner .slick-prev,
    .banner .slick-next
    {
        opacity: 1;
    }
    .banner .slick-dots
    {
        bottom: 15px;
    }
    .index .lcon1 li
    {
        width: 50%;
    }
    .index .lcon1 li
    {
        padding-right: 30px;
        padding-left: 30px;
    }
    .index .lcon1
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .index .lcon1 ul
    {
        margin-top: 15px;
    }
    .index .lcon3 .newslick
    {
        max-width: 380px;
        margin: auto;
    }
    .index .lcon4 li
    {
        width: 50%;
        height: 130px;
        margin-top: 20px;
    }
    .index .lcon4
    {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .index .lcon4 li img
    {
        max-width: 100%;
    }
    .footer .item
    {
        width: 100%;
        margin-top: 20px;
        padding-right: 0 !important;

        text-align: center;
    }
    .footer .item ul
    {
        display: none;
    }
    .footer
    {
        padding-top: 10px;
    }
    .footer > .container
    {
        padding-bottom: 10px;
    }
    .index .lcon3
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .more
    {
        margin-top: 42px;
    }
    .footer .copyright
    {
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .footer .copyright span
    {
        line-height: 1.5;

        display: block;
        float: none;

        margin-top: 20px;

        text-align: center;
    }
    .news .content
    {
        padding-right: 0;
        padding-left: 0;
    }
    .news .content .link div
    {
        display: block;
        float: none;

        width: 100%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;

        text-align: center;
    }
    .news .content .link div a
    {
        white-space: normal;
    }
    .news .content .link div:first-of-type
    {
        padding-right: 0;
    }
    .news .content .link div:last-of-type
    {
        padding-left: 0;
    }
    .newslist .content .list li p
    {
        white-space: normal;
    }
    .paging ul
    {
        float: none;

        text-align: center;
    }
    .paging ul li
    {
        width: 80px;
        height: 40px;
        margin-right: 0;
        margin-left: 0;

        border: none;
        border-radius: 0;
    }
    .paging ul li a
    {
        line-height: 40px;

        display: block;

        width: 80px;
        height: 40px;

        border: 1px solid #ccc;
    }
    .case .content,
    .news .content
    {
        padding-top: 30px;
        padding-right: 0;
        padding-bottom: 30px;
        padding-left: 0;
    }
    .down .content,
    .newslist .content
    {
        padding-bottom: 30px;
    }
    .down .content .paging,
    .newslist .content .paging
    {
        margin-top: 30px;
    }
    .ser .lcon2 .imgdiv,
    .ser .lcon2 .con
    {
        float: none;

        width: 100%;
        padding-top: 0;

        text-align: center !important;
    }
    .ser .lcon2 .con
    {
        margin-top: 40px;
    }
    .ser .lcon2 .item
    {
        margin-top: 40px;
    }
    .ser .lcon3
    {
        padding-top: 40px;
    }
    .ser .lcon3 .ph img
    {
        margin-bottom: 40px;
    }
    .ser .lcon5
    {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .ser .lcon5 .flow
    {
        margin-top: 40px;
    }
    .ser .lcon5 .flow p
    {
        line-height: 1.5;

        letter-spacing: .5px;

        color: #666;
    }
    .offer .l,
    .offer .r
    {
        float: none;

        width: 100%;
        padding: 0;
    }
    .offer .examg
    {
        width: 100%;
    }
    .offer .examg + span
    {
        display: block;

        margin-top: 20px;
    }
    .offer button
    {
        width: 100%;
    }
    .offer .select .s1 > div,
    .offer .select .s2 > div
    {
        display: block;
    }
    .offer .select .icheckbox_square-blue:first-of-type,
    .offer .select .iradio_flat-blue:first-of-type
    {
        margin-left: 40px;
    }
    .index .lcon2 .bd .gdiv .con
    {
        bottom: 0;
    }
    .index .lcon2 .bd .gdiv .con h5 i
    {
        left: 0;

        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);

        color: #48b0e1;
    }
    .ind_box .row2 .bd .txt{
        max-width: 285px;
        margin: auto;
        margin-bottom: 70px;
    }
    .ind_box .row2 .bd .txt .slick-dots{
        bottom: -40px;
        left: 0;
    }
    .ind_box .row2 .bd .txt .slick-dots li{
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #fff;
        margin: 0 8px;
    }
    .ind_box .row2 .bd .txt .slick-dots li.slick-active{
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    .index .lcon2 {
        height: auto;
        padding-bottom: 60px;
    }

}
@media (max-width: 768px){
    .banner .smallban {
        display: block;
    }
    .bigban {
        display: none;
    }
}

@media (max-width: 767px)
{
    .ser .lcon1 .wrapper
    {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .ser .lcon1 .wrapper h2
    {
        font-size: 16px;

        margin-bottom: 20px;
    }
    .index .lcon1 li img
    {
        max-width: 50%;
    }
    .index .lcon1 li h5
    {
        height: 31px;
    }
    .index .lcon1 .mainh5::after,
    .index .lcon3 .mainh5::after
    {
        display: none;
    }
    .index .lcon1 li .arrow
    {
        margin-top: 10px;
    }
    .ind_box .row2 .bd
    {
        max-width: 285px;
        margin-right: auto;
        margin-left: auto;
    }
    .index .lcon2 .bd .itemdiv
    {
        padding-right: 0;
        padding-left: 0;
    }
    .contact .content .imgdiv
    {
        font-size: 16px;

        float: none;

        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;

        text-align: center;
    }
    .contact .content .con
    {
        float: none;

        width: 100%;
        margin-bottom: 20px;
        padding: 0;

        border-left: 0;
        text-align: center;
    }
    .contact .content .imgdiv span
    {
        margin-left: 5px;
    }
    .subtitle .group
    {
        display: block;

        margin: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .newslist .content .list li
    {
        padding-right: 15px;
        padding-left: 15px;
    }
    .down .list li .right .con,
    .down .list li .right .more
    {
        float: none;

        width: auto;
    }
    .down .list li .right
    {
        float: none;

        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .down .list li
    {
        height: auto;
    }
    .down .list li .right p
    {
        line-height: 1.5;

        white-space: normal;
    }
    .pro .content .list li
    {
        padding-right: 10px;
    }
    .pro .content .list li .left
    {
        width: 50px;
        padding-left: 10px;
    }
    .pro .content .list li h4
    {
        line-height: 1.4;
    }
    .pro .content .list li .right
    {
        width:         calc(100% - 50px);
        width: -webkit-calc(100% - 50px);
    }

       
}
@media (max-width: 380px)
{
    .index .lcon4 li
    {
        height: 170px;
    }
}
@charset 'utf-8';
@font-face
{
    font-family: 'HTE';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/HelveticaNeueLTPro-ThEx.eot');
    src: url('../fonts/HelveticaNeueLTPro-ThEx.woff') format('woff'),
    url('../fonts/HelveticaNeueLTPro-ThEx.ttf') format('truetype'),
    url('../fonts/HelveticaNeueLTPro-ThEx.svg') format('svg');
}
.progresslist .content .ul1 li .imgk img
{
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
}
.anlilist .content .ul1 li::before
{
    -webkit-transition: all .5s ease-out 0s;
       -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
         -o-transition: all .5s ease-out 0s;
            transition: all .5s ease-out 0s;
}

.inpage
{
    margin-top: 113px;
}
.inpage .lcon4
{
    padding-top: 28px;
    padding-bottom: 22px;

    border-top: 1px solid #d6d6d6;
}
.inpage .lcon4 li
{
    float: left;

    width: 25%;

    text-align: center;
}
.inpage .lcon4 li:first-child img
{
    width: 54px;
}
.inpage .lcon4 li:nth-child(2) img
{
    width: 41px;
}
.inpage .lcon4 li:nth-child(3) img
{
    width: 58px;
    padding-top: 7px;
    padding-bottom: 9px;
}
.inpage .lcon4 li:nth-child(4) img
{
    width: 53px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.inpage .lcon4 li img
{
    margin-bottom: 11px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
}
.inpage .lcon4 li:hover img
{
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
}
.inpage .lcon4 li p
{
    line-height: 24px;

    text-align: center;
}
.inpage1
{
    background: url(../images/ban01.png) no-repeat top center;
}
.bannei .container
{
    position: relative;

    height: 201px;
}
.bannei .container .imgye
{
    position: absolute;
    top: 35px;
    right: 133px;
}
.bannei .container .banc
{
    position: absolute;
    top: 35px;
    right: 133px;
}
.bannei .img
{
    width: 100%;
}
.inpage3
{
    background: #fff;
}
.inpage3 .navfl
{
    width: 291px;
    padding: 31px 33px 30px 30px;
}
.inpage3 .navfl h3
{
    color: #0095db;
}
.inpage3 .navfl h5
{
    font-family: 'HTE';

    margin-top: 13px;
    margin-bottom: 22px;

    letter-spacing: .2px;

    color: #0095db;
}
.inpage3 .navfl .ul1
{
    padding-top: 27px;
    padding-bottom: 27px;

    border-top: 1px solid #0095db;
}
.inpage3 .navfl .ul1 h6
{
    font-size: 16px;

    padding-top: 20px;
    padding-bottom: 20px;

    color: #464646;
}
.inpage3 .navfl .ul1 h6 a
{
    color: #464646;
}
.inpage3 .navfl .ul1 h6 img
{
    margin-top: -2px;
    margin-right: 15px;
}
.inpage3 .navfl .ul2
{
    display: none;

    padding-left: 45px;
}
.inpage3 .navfl .ul2 li
{
    padding-top: 19px;
    padding-bottom: 19px;
}
.inpage3 .navfl .ul2 li:first-child
{
    padding-top: 13px;
}
.inpage3 .navfl .ul2 li:last-child
{
    padding-bottom: 13px;
}
.inpage3 .navfl .ul2 li a
{
    font-size: 14px;

    color: #555;
}
.inpage3 .navfl .ul1 li h6 a:hover,
.inpage3 .navfl .ul2 li a:hover,
.inpage3 .navfl .ul1 li.active h6 a,
.inpage3 .navfl .ul1 li.act a
{
    color: #0095db;
}
.inpage3 .navfl .ul1 h6:hover .img_s,
.inpage3 .navfl .ul1 li.active h6 .img_s
{
    display: none;
}
.inpage3 .navfl .ul1 h6:hover .img_d,
.inpage3 .navfl .ul1 li.active h6 .img_d
{
    display: inline-block;
}
.inpage3 .navfl .ul1 li.acti h6 .img_d
{
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

.inpage3 .main0
{
    width:         calc(100% - 291px);
    width: -webkit-calc(100% - 291px);
    padding-right: 30px;
}
.inpage3 .main0 .maintou
{
    position: relative;

    height: 86px;
    padding-top: 28px;

    border-bottom: 1px solid #ccc;
}
.inpage3 .main0 .maintou h3
{
    line-height: 47px;

    height: 47px;
    padding-left: 25px;

    color: #666;
    border-left: 3px solid #0095db;
}
.inpage3 .main0 .maintou .ul1
{
    position: absolute;
    top: 47px;
    right: 0;
}
.inpage3 .main0 .maintou .ul1 li
{
    font-size: 12px;

    position: relative;

    float: left;

    margin-left: 18px;

    color: #a5a5a5;
}
.inpage3 .main0 .maintou .ul1 li a
{
    color: #a5a5a5;
}
.inpage3 .main0 .maintou .ul1 li a:hover
{
    color: #0095db;
}
.inpage3 .main0 .maintou .ul1 li::before
{
    font-size: 12px;

    position: absolute;
    top: 0;
    left: -12px;

    content: '>';

    color: #a5a5a5;
}
.inpage3 .main0 .maintou .ul1 li:first-child::before
{
    display: none;
}
.phnav
{
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;

    position: relative;
    z-index: 500;

    height: 60px;
/*    margin-top: -60px;
*/    padding-right: 10px;
    padding-left: 10px;

    color: #0095db;
    background: rgba(250,250,250,.8);
}
.phnav span.fl
{
    line-height: 60px;

    position: relative;

    height: 100%;
}
.phnav span.fl::after
{
    position: absolute;
    bottom: -1px;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';

    background-color: #0095db;
}
.phnav span.fr
{
    line-height: 60px;

    height: 100%;

    cursor: pointer;
}
.phnav span.fr img
{
    width: 22px;
}
.phnav span.fr.active .img_s
{
    display: none;
}
.phnav span.fr.active .img_d
{
    display: inline-block;
}
.ph_nav
{
    position: absolute;
    z-index: 1000;
    top: 61px;
    left: 0;

    display: none;

    width: 100%;
    padding-right: 10px;
    padding-left: 10px;

    background-color: #fff;
}
.ph_nav .ul1
{
    padding-top: 25px;
    padding-bottom: 31px;
}
.ph_nav .ul1 h5
{
    font-size: 16px;

    position: relative;

    height: 48px;
}
.ph_nav .ul1 h5 a:hover,
.ph_nav .ul1 h5.act a
{
    color: #0095db;
}
.ph_nav .ul1 h5 a
{
    line-height: 48px;

    position: relative;

    display: inline-block;

    color: #666;
}
.ph_nav .ul1 h5 a span
{
    position: relative;
    z-index: 1;
}
.ph_nav .ul2
{
    display: none;

    padding-left: 25px;
}
.ph_nav .ul2 a
{
    font-size: 14px;
    line-height: 48px;

    position: relative;

    display: block;

    color: #999;
}
.ph_nav .ul2 a:hover
{
    color: #0095db;
}
.intro .content
{
    padding-top: 23px;
    padding-bottom: 44px;
}
/*B1*/
.intro .content img
{
    max-width: 100%;
}
.intro .content .introcon1
{
    position: relative;

    width: calc(100% - 194px);
    margin: 0 auto;
    margin-top: -45px;
    padding: 22px 0 25px;

    text-align: center;

    background: #fff;
}
.intro .content .introcon1::after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 100px;
    height: 1px;
    margin-left: -50px;

    content: '';

    background: #0095db;
}
.intro .content .introcon1 h3
{
    line-height: 1.6;

    margin-bottom: 10px;

    color: #333;
}
.intro .content .introcon1 p
{
    font-size: 14px;
    line-height: 24px;

    color: #999;
}
.intro .content .introcon2
{
    padding-top: 45px;
}
.intro .content .introcon2 p
{
    font-size: 14px;
    line-height: 24px;

    margin-bottom: 25px;

    text-indent: 1em;
    letter-spacing: 1px;

    color: #666;
}
/*B2*/
.honor .content
{
    padding-bottom: 82px;
}
.honor .riqi
{
    margin-top: 20px;
    margin-bottom: 31px;
}
.honor .riqi div
{
    display: inline-block;

    padding-bottom: 9px;

    border-bottom: 1px solid #2aa3eb;
}
.honor .riqi div .span1
{
    font-size: 54px;

    color: #0095db;
}
.honor .riqi div .span2
{
    font-family: 'Arial';
    font-size: 22px;

    margin-left: 7px;

    color: #b5b5b5;
}
.honor .honorc
{
    padding-bottom: 12px;
}
.honor .honorc .fl,
.honor .honorc .fr
{
    width: 50%;
}
.honor .honorc .fr
{
    padding-left: 15px;
}
.honor .honorc .fl
{
    padding-right: 60px;

    text-align: right;
}
.honor .honorc img
{
    width: 278px;
}
.honor .honorc .honorz
{
    text-align: right;
}
.honor .honorc2 .honorz
{
    padding-right: 0;
    padding-left: 15px;

    text-align: left;
}
.honor .honorc .honorz .div1
{
    position: relative;

    display: inline-block;

    width: 278px;
    margin-top: 75px;

    text-align: center;
}
.honor .honorc .honorz .div2
{
    position: absolute;
    top: 0;
    left: 50%;

    padding-left: 25px;

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: left;
}
.honor .honorc .honorz div h4
{
    font-size: 16px;
    line-height: 1.5;

    position: relative;

    white-space: nowrap;

    color: #0095db;
}
.honor .honorc .honorz div h4 img
{
    position: absolute;
    top: -5px;
    left: -25px;

    width: auto;
    margin: 0;
}
.honor .honorc .honorz div h5
{
    font-size: 14px;

    margin-top: 5px;

    color: #666;
}
/*C1*/
.progresslist .content
{
    padding-top: 22px;
    padding-bottom: 39px;
}
.progresslist .content .ul1
{
    margin-bottom: 39px;

    border-left: 1px solid #e5e5e5;
}
.progresslist .content .ul1 li
{
    float: left;
    overflow: hidden;

    width: 50%;
    height: 241px;

    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.progresslist .content .ul1 li:nth-child(1),
.progresslist .content .ul1 li:nth-child(2)
{
    border-top: 1px solid #e5e5e5;
}
.progresslist .content .ul1 li a
{
    display: block;

    padding: 27px 26px 0;
}
.progresslist .content .ul1 li .imgk
{
    overflow: hidden;

    width: 182px;
}
.progresslist .content .ul1 li .imgk img
{
    max-width: 100%;
}
.progresslist .content .ul1 li .lin
{
    width:         calc(100% - 182px);
    width: -webkit-calc(100% - 194px);
    padding-top: 34px;
}
.progresslist .content .ul1 li .lin h4
{
    font-size: 16px;
    font-weight: bold;

    margin-bottom: 19px;

    color: #333;
}
.progresslist .content .ul1 li .lin p
{
    font-size: 14px;
    line-height: 26px;

    color: #666;
}
.progresslist .content .ul1 li .lin .more
{
    font-size: 12px;
    line-height: 26px;

    width: 104px;
    height: 26px;
    margin-top: 25px;
    margin-left: 0;

    text-align: center;

    color: #666;
    border: 1px solid #0095db;
}
.progresslist .content .ul1 li .lin .more img
{
    position: relative;
    z-index: 1;

    margin-top: -4px;
    margin-left: 16px;
}
.progresslist .content .ul1 li .lin .more:hover .img_s
{
    display: none;
}
.progresslist .content .ul1 li .lin .more:hover .img_d
{
    display: inline-block;
}
.progresslist .content .ul1 li a:hover .imgk img
{
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
}

/*分页*/
.page ul
{
    text-align: right;
}
.page li
{
    font-family: 'Arial';
    font-size: 14px;
    line-height: 32px;

    display: inline-block;

    width: 34px;
    height: 34px;
    margin-right: 7px;
    margin-left: 7px;

    -webkit-transition: all .2s ease-out 0s;
       -moz-transition: all .2s ease-out 0s;
        -ms-transition: all .2s ease-out 0s;
         -o-transition: all .2s ease-out 0s;
            transition: all .2s ease-out 0s;
    text-align: center;

    color: #333;
    border: 1px solid #fff;
}
.page li.activepage
{
    color: #2294c9;
    border: 1px solid #0095db;
    border-radius: 50%;
}
.page li:hover
{
    color: #2294c9;
}
.page li:hover .b
{
    display: inline;
}
.page li:hover .w,
.page li .b
{
    display: none;
}
.page .shiftpage
{
    line-height: 30px;

    display: inline-block;

    width: 50px;
    height: 30px;

    text-align: center;

    border: 1px solid #ccc;
}

/*C2*/
.progresss .content
{
    padding-bottom: 145px;
}
.progresss .progress1
{
    padding-top: 40px;
}
.progresss .progress1 .fl
{
    width: 50%;
}
.progresss .progress1 .imgk
{
    padding-right: 65px;

    text-align: center;
}
.progresss .progress1 .imgk img
{
    max-width: 100%;
}
.progresss .progress1 .con
{
    padding-top: 23px;
}
.progresss .progress1 .con h3
{
    font-size: 20px;

    margin-bottom: 27px;
    padding-bottom: 21px;

    color: #666;
    border-bottom: 1px solid #0095db;
}
.progresss .progress1 .con p
{
    font-size: 16px;
    line-height: 30px;

    margin-bottom: 20px;

    color: #666;
}
.progresss .progress1 .con p span
{
    margin-right: 15px;

    color: #0095db;
}
.progresss .progress1 .con .more
{
    line-height: 23px;

    display: inline-block;

    width: 115px;
    height: 26px;
    margin-top: 9px;

    color: #0095db;
}
.progresss .progress1 .con .more1
{
    margin-right: 15px;
}
.progresss .progress2
{
    margin-top: 41px;
}
.progresss .progress2 .ul1
{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.progresss .progress2 .ul1 li
{
    font-size: 16px;
    line-height: 48px;

    position: relative;

    float: left;

    width: 254px;
    height: 48px;

    cursor: pointer;
    text-align: center;

    color: #666;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.progresss .progress2 .ul1 li::before
{
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;

    display: none;

    height: 2px;

    content: '';

    background: #0095db;
}
.progresss .progress2 .ul1 li::after
{
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;

    height: 1px;

    content: '';

    background: #ccc;
}
.progresss .progress2 .ul1 li:first-child
{

}
.progresss .progress2 .ul1 li.active
{
    color: #0095db;
}
.progresss .progress2 .ul1 li.active::before
{
    display: block;
}
.progresss .progress2 .ul2
{
    padding-top: 30px;
}
.progresss .progress2 .ul2 li
{
    display: none;
}
.progresss .progress2 .ul2 li:nth-child(1)
{
    display: block;
}
.progresss .progress2 .ul2 .fl
{
    width: 50%;
}
.progresss .progress2 .ul2 p
{
    font-size: 14px;
    line-height: 32px;

    position: relative;

    padding-left: 25px;

    color: #666;
}
.progresss .progress2 .ul2 p img{
    max-width: 100%;
}
.progresss .progress2 .ul2 p::before
{
    position: absolute;
    top: 10px;
    left: 0;

    /*width: 12px;
    height: 12px;
*/
    content: '';

    border-radius: 50%;
    background: #0095db;
}
.progresss .progress2 .ul2 .fl:nth-child(2)
{
    padding-left: 17px;
}
.progresss .progress2 .ul2 .li2{
    float: left;
    width: 33.333%;
    text-align: center;
}
.progresss .progress2 .ul2 .li2 .inner-xs{
    padding: 30px;
}
.progresss .progress2 .ul2 .li2 .inner-xs .img {
    white-space: nowrap;
    font-size: 0;
}
.progresss .progress2 .ul2 .li2 .inner-xs .img img{
    max-width: 100%;
}
.progresss .progress2 .ul2 .li2 .inner-xs h2 {
    color: #666;
    font-size: 1em;
    margin: 2em 0 .6em 0;
}
@media screen and (max-width: 767px) {
    .progresss .progress2 .ul2 .li2{
        width: 50%;
    }
    .progresss .progress2 .ul2 .li2 .inner-xs{
        padding: 15px;
    }
}


/*D1*/
.anlilist .content
{
    padding-bottom: 50px;
}
.anlilist .content .ul1 li
{
    position: relative;

    padding-top: 25px;
    padding-bottom: 25px;

    border-bottom: 1px solid #ccc;
}
.anlilist .content .ul1 li::before
{
    position: absolute;
    bottom: -1px;
    left: 0;

    width: 0;
    height: 1px;

    content: '';

    background: #0095db;
}
.anlilist .content .ul1 .imgk
{
    overflow: hidden;

    width: 290px;
    height: 200px;
}
.anlilist .content .ul1 .imgk img
{
    width: 100%;
}
.anlilist .content .ul1 .lin
{
    width:         calc(100% - 290px);
    width: -webkit-calc(100% - 290px);
    padding-left: 75px;
}
.anlilist .content .ul1 .lin h3
{
    font-size: 22px;
    line-height: 1.4;

    color: #666;
}
.anlilist .content .ul1 .lin h3 a
{
    color: #666;
}
.anlilist .content .ul1 .lin h6
{
    margin-top: 15px;
    margin-bottom: 25px;

    color: #999;
}
.anlilist .content .ul1 .lin h6 img
{
    width: 14px;
    margin-top: -2px;
    margin-right: 8px;
}
.anlilist .content .ul1 .lin p
{
    font-size: 14px;
    line-height: 24px;

    max-width: 345px;

    color: #666;
}
.anlilist .content .ul1 .lin p a{
    color: #666;
}
.anlilist .content .ul1 .lin p a:hover{
    color: #666;
}
.anlilist .content .ul1 .lin .more
{
    font-size: 12px;
    line-height: 24px;

    width: 104px;
    height: 26px;
    margin-top: 48px;
    margin-left: 0;
}

.anlilist .content .ul1 li:hover::before
{
    width: 100%;
}
.anlilist .content .ul1 li:hover h3 a
{
    color: #0095db;
}
.anlilist .content .ul1 li .imgk img
{
    -webkit-transition: all .5s ease-out 0s;
       -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
         -o-transition: all .5s ease-out 0s;
            transition: all .5s ease-out 0s;
}
.anlilist .content .ul1 li:hover .imgk img
{
    max-width: 100%;

    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
.anlilist .content .ul1 li a:hover
{
    color: #0095db;
}
.anlilist .paging
{
    margin-top: 50px;
}
/*媒体查询*/
@media screen and (max-width: 1199px)
{
    .progresslist .content .ul1 li
    {
        width: 100%;
    }
}
@media screen and (max-width: 991px)
{
    .inpage .lcon4
    {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .inpage .lcon4 li img
    {
        max-width: 100%;
    }
    .inpage .lcon4 li
    {
        width: 50%;
        height: 130px;
        margin-top: 20px;
    }
    .inpage
    {
        margin-top: 75px;
    }
    .inpage1
    {
        background: #fff;
    }
    .inpage3 .main0
    {
        width: 100%;
    }
    .progresslist .content .ul1 li
    {
        height: auto;
    }
    .progresslist .content .ul1 li:nth-child(2)
    {
        border-top: 0;
    }
    .progresslist .content .ul1 li a
    {
        padding: 27px 26px;
    }
}
@media (max-width: 767px)
{
    .headerm .logodiv img {
        width: 154px;
    }
    .inpage3 .main0
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    .intro .content .introcon1
    {
        width: 100%;
        margin-top: 0;
    }
    .intro .content .introcon1 h3
    {
        font-size: 18px;
    }
    .intro .content .introcon1 p br
    {
        display: none;
    }
    .honor .riqi div .span1
    {
        font-size: 28px;

        display: block;

        margin-bottom: 5px;
    }
    .honor .riqi div .span2
    {
        font-size: 16px;

        display: block;

        margin-left: 0;
    }
    .honor .honorc .fl,
    .honor .honorc .fr
    {
        width: 100%;
        padding: 0;

        text-align: center;
    }
    .honor .honorc img
    {
        width: auto;
        max-width: 100%;
    }
    .honor .honorc .honorz .div1
    {
        margin-top: 28px;
        margin-bottom: 20px;
    }
    .honor .honorc .honorz .div2
    {
        position: relative;
        top: 0;
        left: 0;

        display: inline-block;

        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
            -ms-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0);
    }
    .honor .honorc .honorz div h4
    {
        white-space: normal;
    }
    .progresslist .content .ul1 li .imgk
    {
        width: 100%;

        text-align: center;
    }
    .progresslist .content .ul1 li .lin
    {
        width: 100%;

        text-align: center;
    }
    .progresslist .content .ul1 li .lin .more
    {
        margin-left: auto;
    }
    .progresss .progress1 .fl
    {
        width: 100%;
    }
    .progresss .progress1 .imgk
    {
        padding-right: 0;
    }
    .progresss .progress2 .ul1 li
    {
        width: 100%;

    }
    .progresss .progress2 .ul2 .fl
    {
        width: 100%;
    }
    .progresss .progress2 .ul2 .fl:nth-child(2)
    {
        padding-left: 0;
    }
}
@media (max-width: 767px)
{
    .anlilist .content .ul1 .imgk,
    .anlilist .content .ul1 .lin
    {
        float: none;

        width: 100%;
        padding: 0;
    }
    .anlilist .content .ul1 li
    {
        max-width: 290px;
        margin: auto;
    }
    .anlilist .content .ul1 .imgk
    {
        height: auto;
    }
    .anlilist .content .ul1 .lin
    {
        padding-top: 30px;
    }
    .anlilist .content .ul1 li .imgk img
    {
        width: auto;
        max-width: 100%;
    }
    .index .lcon3 .newslick .slick-prev {
        left: -10px;
        width: 28px;
        height: 29px;
    }
    .index .lcon3 .newslick .slick-next {
        right: -10px;
        width: 28px;
        height: 29px;
    }
    .contact .content #map {
        height: 250px;
    }
    .footer .copyright .container p {
        float: none;
        text-align: center;
        margin-top: 20px;
    }
    .footer .copyright span {
        display: inline;
        float: none;
    }
    .footer .copyright span.fr{
        display: block;
    }
    .banner .slick-prev, 
    .banner .slick-next{
        width: 24px;
        height: 24px;
        background-size: 100% 100%;
        background-position: top left;
    }
    .banner .slick-dots{
        display: none !important;
    }
    .ind_box .row2 .bd {
        max-width: 100%;
    }
    .ind_box .row2 .bd .txt{
        width: 100%;
    }
    
    
}
@media (max-width: 380px)
{
    .inpage .lcon4 li
    {
        height: 170px;
    }
}
